home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 335_02 / as6809.man < prev    next >
Text File  |  1990-12-02  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      AS6809(1L)                  UNIX 5.0                   AS6809(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.           as6809 - cross assembler for microcomputers
  10.  
  11.      SYNOPSIS
  12.           as6809 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  13.  
  14.      DESCRIPTION
  15.           The as6809 command assembles the input file into a text
  16.           output file representing the program memory for a
  17.           microcomputer.
  18.  
  19.           Options
  20.  
  21.           -p cpu
  22.                Ignored by this program.
  23.  
  24.           -l listfile
  25.                Output a file formated with the memory address, data,
  26.                and source input lines.
  27.  
  28.           -o hexfile
  29.                Output the memory data image in a form accepted by most
  30.                prom programmers.
  31.  
  32.           -h hexfile
  33.                Same as -o.
  34.  
  35.           -d   Save the intermediate data file (see FILE) and abort
  36.                the execution at the end of processing.
  37.  
  38.           -s symbolfile
  39.                Print the symbol table values and names, one per line
  40.                in the specified file.
  41.  
  42.      FILES
  43.           /usr/tmp/frtXXXXXX
  44.  
  45.      SEE ALSO
  46.           Frankenstein Cross Assemblers Users Manual (file base.doc)
  47.           Appendix for as6809 Frankenstein Assembler (file as6809.doc)
  48.  
  49.      NOTES
  50.           There is only one input file.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 12/4/90)
  64.  
  65.  
  66.  
  67.